home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -in_the_mag- / emulation / computers / fmsx_1.4 / arexx / version.fmsx < prev   
Text File  |  1997-12-12  |  233b  |  17 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: version.fmsx 1.4 (12.5.97)
  4.  
  5.     This script shows the version number of fMSX.
  6. */
  7.  
  8. options results
  9.  
  10. address FMSX.0
  11.  
  12. version
  13.  
  14. say "You are currently running fMSX Amiga" result
  15.  
  16.  
  17.